hip.console.log

Undocumented in source.

Members

Functions

hiplog
void hiplog(Args a, string file, ulong line)

hiplog is a special function and should be used only within the engine for documentation. It generates less data by not taking the function name and simplifying the read load. Think of that as a verbose of what the engine is currently doing.

logln
void logln(Args a, string file, string func, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnError
void loglnError(Args a, string file, string func, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnInfo
void loglnInfo(Args a, string file, string func, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnWarn
void loglnWarn(Args a, string file, string func, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
rawerror
void rawerror(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
rawfatal
void rawfatal(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
rawinfo
void rawinfo(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
rawlog
void rawlog(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
rawwarn
void rawwarn(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Logged
struct Logged(T)

Creates a variable which is always logged whenever modified.

Meta